1. Enable Insecure Guest Logins via Group Policy: 
gpedit.msc 

Konfiguracja komputera |
			Szablony Administracyjne |
						   Sieć |
							  Stacja robocza Lanman

Włącz niezabezpieczone logowanie gościa -  and set it to **Enabled**. 

 
2. Enable Insecure Guest Logins via Registry Editor: 

regedit 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters 

AllowInsecureGuestAuth     1   **New** > **DWORD (32-bit) Value**, and name it `AllowInsecureGuestAuth`. 


3. PowerShell
Set-SmbClientConfiguration -RequireSecuritySignature $false -Force